23 references to SetPropertyFlags
PresentationFramework (23)
System\Windows\Controls\Page.cs (23)
169
PropertyIsSet(
SetPropertyFlags
.WindowTitle);
174
PropertyIsSet(
SetPropertyFlags
.WindowTitle);
200
return IsPropertySet(
SetPropertyFlags
.WindowTitle);
224
PropertyIsSet(
SetPropertyFlags
.WindowHeight);
232
PropertyIsSet(
SetPropertyFlags
.WindowHeight);
276
PropertyIsSet(
SetPropertyFlags
.WindowWidth);
284
PropertyIsSet(
SetPropertyFlags
.WindowWidth);
348
((Page)d).PropertyIsSet(
SetPropertyFlags
.Title);
382
PropertyIsSet(
SetPropertyFlags
.ShowsNavigationUI);
387
PropertyIsSet(
SetPropertyFlags
.ShowsNavigationUI);
777
if (IsPropertySet(
SetPropertyFlags
.WindowTitle))
781
if (IsPropertySet(
SetPropertyFlags
.WindowHeight) && (! _currentIws.UserResized))
786
if (IsPropertySet(
SetPropertyFlags
.WindowWidth) && (! _currentIws.UserResized))
791
if (IsPropertySet(
SetPropertyFlags
.ShowsNavigationUI))
812
private bool IsPropertySet(
SetPropertyFlags
property)
817
private void PropertyIsSet(
SetPropertyFlags
property)
830
return IsPropertySet(
SetPropertyFlags
.WindowTitle);
840
return IsPropertySet(
SetPropertyFlags
.WindowHeight);
850
return IsPropertySet(
SetPropertyFlags
.WindowWidth);
860
return IsPropertySet(
SetPropertyFlags
.Title);
870
return IsPropertySet(
SetPropertyFlags
.ShowsNavigationUI);
925
private
SetPropertyFlags
_setPropertyFlags =
SetPropertyFlags
.None;