23 references to SetPropertyFlags
PresentationFramework (23)
src\Framework\System\Windows\Controls\Page.cs (23)
192
PropertyIsSet(
SetPropertyFlags
.WindowTitle);
197
PropertyIsSet(
SetPropertyFlags
.WindowTitle);
223
return IsPropertySet(
SetPropertyFlags
.WindowTitle);
249
PropertyIsSet(
SetPropertyFlags
.WindowHeight);
257
PropertyIsSet(
SetPropertyFlags
.WindowHeight);
303
PropertyIsSet(
SetPropertyFlags
.WindowWidth);
311
PropertyIsSet(
SetPropertyFlags
.WindowWidth);
375
((Page)d).PropertyIsSet(
SetPropertyFlags
.Title);
411
PropertyIsSet(
SetPropertyFlags
.ShowsNavigationUI);
416
PropertyIsSet(
SetPropertyFlags
.ShowsNavigationUI);
810
if (IsPropertySet(
SetPropertyFlags
.WindowTitle))
814
if (IsPropertySet(
SetPropertyFlags
.WindowHeight) && (! _currentIws.UserResized))
819
if (IsPropertySet(
SetPropertyFlags
.WindowWidth) && (! _currentIws.UserResized))
824
if (IsPropertySet(
SetPropertyFlags
.ShowsNavigationUI))
848
private bool IsPropertySet(
SetPropertyFlags
property)
853
private void PropertyIsSet(
SetPropertyFlags
property)
866
return IsPropertySet(
SetPropertyFlags
.WindowTitle);
876
return IsPropertySet(
SetPropertyFlags
.WindowHeight);
886
return IsPropertySet(
SetPropertyFlags
.WindowWidth);
896
return IsPropertySet(
SetPropertyFlags
.Title);
906
return IsPropertySet(
SetPropertyFlags
.ShowsNavigationUI);
961
private
SetPropertyFlags
_setPropertyFlags =
SetPropertyFlags
.None;